-
Notifications
You must be signed in to change notification settings - Fork 26
Jc keymaster 41 android 11 #24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Jc keymaster 41 android 11 #24
Conversation
Jc keymaster 41 android 11
Allow upgrade if any of the boot parameters gets changed. Signed-off-by: BKSSM Venkateswarlu <venki.manikanta@gmail.com>
| KMException.throwIt(KMError.INVALID_ARGUMENT); | ||
| } | ||
| } | ||
| return (byte) 0; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
if you fail the else if at line 1111 and versions are valid then you will need to ruturn 1 and also if line 1104 is false then you will need to return 0 (by deafult).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Resolved.
Merge pull request #24 from BKSSMVenkateswarlu/jc_keymaster_41_androi…
…d_11 Jc keymaster 41 android 11
Merge pull request #24 from BKSSMVenkateswarlu/jc_keymaster_41_androi…
Handled attest key purpose validation in generate key and import key
No description provided.